home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / bbs / cleanwp8 / clean-wp.doc < prev    next >
Encoding:
Text File  |  1994-05-02  |  1.9 KB  |  60 lines

  1. CLEAN-WP version 1.80
  2. ----------------------
  3. CLEAN-WP is free for anybody to use and distribute.
  4.  
  5. The purpose of CLEAN-WP is to remove faulty addresses from the WP database.
  6. A faulty address is defined as follows:
  7.  
  8. - The address includes less then two dots (".")
  9. - The address has two dots in a row ("..")
  10. - The address is not one word.
  11.  
  12. Only the primary address is tested as a faulty secondary address might be
  13. corrected later on.
  14.  
  15. CLEAN-WP will also remove any PREFIX, CALL, BBS , COUNTRY or CONTINENT as 
  16. specified in the file CLEAN-WP.CFG. Please see comments in this file.
  17.  
  18. CLEAN-WP produces three files.
  19. ------------------------------
  20. WP.NEW where all accepted addresses are found (same format as WP.SYS).
  21.  
  22. WP.DEL where all deleted addresses are placed in text format. This file has 
  23.        the following format:
  24.  
  25.        SM5IO  SM5IO@SK5AS.LINK.E.SWE.EU    SM5IO@SK5AS.LINK.E.SWE.EU              
  26.  
  27.        (call) (primary address)            (secondary address)
  28.  
  29. CLEAN-WP.RES contains a summary of the last run.
  30.  
  31.  
  32. Installation
  33. ------------
  34. - CLEAN-WP.EXE can be placed in any directory where DOS can find it.
  35.   C:\FBB\BIN is a good choise.
  36.  
  37. - CLEAN-WP.CFG must reside in the same directory as WP.SYS.
  38.  
  39. - Add the following lines in APPEL.BAT just before EPURWP:
  40.   
  41.   cd \fbb\system\wp
  42.   clean-wp
  43.   del wp.sys                     use dos commands to replace old WP.SYS
  44.   rename wp.new wp.sys           with cleaned up data in WP.NEW
  45.   cd \fbb
  46.   epurwp ........ etc
  47.  
  48. This will make sure that CLEAN-WP is run before EPURWP (important!!). 
  49.  
  50. Modify CLEAN.WP.CFG to your preference using any ASCII editor 
  51. (MsDOS EDIT is a good choise).
  52.  
  53. Stig, SM5IO @ SK5AS      Email: stibob@lin.foa.se
  54.  
  55. PS: I would appreciate some feed back. 
  56.     CLEAN-WP can be tested by running it in a separate library on a copy 
  57.     of WP.SYS. Then you get an idea of what the parameters you have set up 
  58.     in CLEAN-WP.CFG will do to the WP.SYS file!
  59.  
  60.